projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a85300
)
(Finsert_file_contents): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 19:23:59 +0000
(19:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 19:23:59 +0000
(19:23 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index ab2e6396cdb7e381c3a7a2883128236f70512647..acee2e7d73c1a0fa787cec9d467c38d10789d40e 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-2623,6
+2623,7
@@
and (2) it puts less data in the undo list.")
if (same_at_start == ZV)
{
close (fd);
+ specpdl_ptr = specpdl + count;
goto handled;
}
immediate_quit = 1;